/* html,body{font-family: "Microsoft YaHei"} */
.header .logo{
    margin-top: 30px;
}
.home_content {
    width: 1220px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    background-color: #ffffff;
}

.home_content .warp {
    padding: 0 20px;
}



/* floora */
.home_content .floora {
    width: 1220px;
    margin: 0 auto;
}

.home_content .floora>* {
    margin: 20px 10px 20px 0
}

.home_content .enter {
    display: inline-block;
    position: relative;
    /* background: url('./home_button1_bg.png') no-repeat; */
    display: inline-block;
    width: 280px;
    height:150px;
    text-align: center;
}

.home_content .enter span.date{
    font-size: 14px;
    color:#fff;
    display: block;
    margin-top: 20px;
    line-height: 26px;
    font-weight: bold;
}
.home_content span.date{
    position: absolute;
    left: 55px;
    top: 105px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.home_content span.date a:first-child i{
    line-height: 26px;
    height: 26px;
    display: block;
}
.home_content span.date i{
    color:#fff;
}

.home_content span a:first-child{
    line-height: 26px;
    height: 26px;
    display: block;
    background: #1a56a8;
    border-radius: 25px;
    width: 185px;
    margin: auto;
    margin-bottom: 3px;
}

.home_content span.title{
     font-size: 26px;
     color:#fff;
     display: block;
     font-weight: bold;
     margin: 0;
     position: absolute;
     left: 32px;
     top: 28px;
 }
 


.home_content .tools {
    width: 480px;
    font-size: 0;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../images/PIE.htc);
    overflow: hidden;
}

.home_content .tools a {
    display: inline-block;
    box-sizing: content-box;
    width: 159px;
    height: 75px;
    background-color: #e9f6fd;
}

.home_content .tools a:first-child {
    border-right: 1px solid #c6e5f6;
    border-bottom: 1px solid #c6e5f6;
}

.home_content .tools a:first-child+a {
    border-right: 1px solid #c6e5f6;
    border-bottom: 1px solid #c6e5f6;
}

.home_content .tools a:first-child+a+a {
    border-bottom: 1px solid #c6e5f6;
}

.home_content .tools a:first-child+a+a+a {
    border-right: 1px solid #c6e5f6;
}

.home_content .tools a:first-child+a+a+a+a {
    border-right: 1px solid #c6e5f6;
}
.home_content .tools a img{
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
}
.home_content .tools a span{
    display: inline-block;
    line-height: 75px;
    font-size: 16px;
    color: #1a56a8;
    font-weight: bold;
    margin-left: 6px;
}
.home_content .right {
    display: inline-block;
    vertical-align: top;
}

.home_content .floora .right a {
    display: block;
    margin-top: 13px;
}
.home_content .floora .right a:first-child{
    margin: 0;
}
/* floora */

/* notice */
.home_content .notice {
    font-size: 26px;
    text-align: center;
    color: #0055ae;
    margin-bottom: 20px;
    position: relative;
}

.home_content .notice a {
    width: 960px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #1a56a8;
}
.home_content .notice span {
    font-size: 16px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 10px;
    right: 12px;
}

/* notice */

/* floorb */
.home_content .floorb {
    margin-bottom: 30px;
}

.home_content .floorb .banner {
    font-size: 16px;
    height: 366px;
    width: 580px;
}

.home_content .floorb .banner .back {
    height: 42px;
    background: rgba(0, 0, 0, 0.5);
    -pie-background:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);    /*IE8Ã¦â€Â¯Ã¦Å’Â*/
    position: absolute;
    width: 580px;
    bottom: 0;
    behavior: url(../images/PIE.htc);
}

.home_content .floorb .banner .back p {
    width: 405px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 12px 0 0 20px;
}

.home_content .floorb .swiper-container {
    height: 100%;
    position: relative;
}

.home_content .floorb .swiper-container .swiper-slide img {
    width: 100%
}

.home_content .floorb .swiper-banner>img.prev {
    width: auto;
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
}

.home_content .floorb .swiper-banner>img.next {
    width: auto;
    position: absolute;
    right: 0;
    top: 40%;
    cursor: pointer;
}

.home_content .floorb .swiper-pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 15px;
}

.home_content .floorb .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin-right: 8px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 1px solid #fff;
    cursor: pointer;
    behavior: url(../images/PIE.htc);
}

.home_content .floorb .swiper-active-switch {
    background: #fff;
}

.home_content .floorb .import {
    vertical-align: top;
    width: 580px;
    margin-left: 20px;
}

.home_content .floorb .import .title {
    width: 130px;
    height: 51px;
    font-size: 22px;
    color: #fff;
    background: #1a56a8;
    text-align: center;
    line-height: 51px;
    position: relative;
    display: inline-block;
}
.home_content .floorb .import .title:hover{
    color: #ffffff!important;
}
.home_content .floorb .import .title span {
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 5px solid #1a56a8;
    position: absolute;
    bottom: -5px;
    left: 56px;
}

.home_content .floorb .import .content {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.home_content .floorb .import .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
}

.home_content .floorb .import .content li {
    margin: 15px 0;
}

.home_content .floorb .import .content a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.home_content .floorb .import .content span {
    color: #999;
    font-size: 16px;
    float: right;
}

.home_content .floorb .import .content a:hover {
    color: #1a56a8
}

/* floorb */


/* floorc */
.home_content .floorc {
    height: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #e9f6fd
}

.home_content .floorc .box {
    width: 80px;
    height: 100%;
    display: inline-block;
    padding: 0 33px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}
.home_content .floorc .box img{
    display: inline-block;
    width: 72px;
    height: 72px;
}
.home_content .floorc .box img.img2{
    display: none;
}
.home_content .floorc .box span {
    font-size: 16px;
    color: #333;
    padding: 5px 0;
    display: block;
}
.home_content .floorc .box a:hover img.img1{
    display: none;
}
.home_content .floorc .box a:hover img.img2{
    display: inline-block;
}
.home_content .floorc .box a:hover span{
    color: #1a56a8;
}

/* floorc */

/* floord */
.home_content .floord {
    margin-bottom: 30px;
}

.home_content .floord .left {
    padding-left: 20px;
}

.home_content .floord .left:first-child {
    padding-left: 0;
}

.home_content .floord .left .group {
    width: 100%;
}

.home_content .floord .left .title {
    height: 53px;
    font-size: 22px;
    color: #333;
    border-bottom: none;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    display: inline-block;
    margin-right: 40px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: -1px;
}

.home_content .floord .left .title.cur {
    color: #1a56a8;
    border-bottom: 2px solid #1a56a8;
    font-weight: bold;
}

.home_content .floord .left .content {
    border-top: 1px solid #ccc;
}

.home_content .floord .left .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
}

.home_content .floord .left .content ul {
    display: none;
}

.home_content .floord .left .content ul:first-child {
    display: block;
}

.home_content .floord .left .content li {
    margin: 15px 0;
}

.home_content .floord .left .content a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.home_content .floord .left:first-child .content a{
    width: 520px;
}
.home_content .floord .left .content span {
    color: #999;
    font-size: 16px;
    float: right;
}

.home_content .floord .left .content a:hover {
    color: #1a56a8
}


/* floord */


/* floore */
.home_content .floore {
    margin-bottom: 25px;
}

.home_content .floore>* {
    margin-left: 20px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.home_content .floore>*:first-child {
    margin: 0
}

.home_content .floore .left {
    width: 340px;
    font-size: 14px;
}

.home_content .floore .mid {
    width: 340px;
    font-size: 16px;
}
.home_content .floore #wsbsmap_Content1 {
    font-size:12px;
}

.home_content .floore .right {
    width: 459px;
    font-size: 16px;
}

.home_content .floore>.title {
    height: 51px;
    font-size: 22px;
    color: #333;
    border-bottom: none;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    display: inline-block;
    color: #1a56a8;
    border-bottom: 2px solid #1a56a8;
    font-weight: bold;
    margin-right: 30px;
}


.home_content .floore .content {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    position: relative;
}

.home_content .floore .left .content .box {
    width: 340px;
    position: relative;
}

.home_content .floore .left .content .box img {
    width: 100%;
}

.home_content .floore .left .content .box span {
    width: 320px;
    height: 34px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 34px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    left:0
}

.home_content .floore .right .box {
    width: 427px;
    height: 170px;
    border: solid 1px #e5e5e5;
    padding: 24px 0 20px 30px;
}

.home_content .floore .right .box a {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    margin-right: 8px;
    margin-bottom: 27px;
    min-width: 4.5em;
}

.home_content .floore .right .box a i {
    width: 16px;
    height: 16px;
    background: url(./bsdt_icon.png);
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
.home_content .floore .right .box a:hover i{
    background: url(./bsdt_icon_hover.png);
}
.home_content .floore .left>.title,.home_content .floore .mid>.title ,.home_content .floore .right>.title  {
    height: 51px;
    font-size: 22px;
    border-bottom: none;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
    border-bottom: 2px solid #1a56a8;
    font-weight: bold;
    display: inline-block;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}
.home_content .floore .left>.title a,.home_content .floore .mid>.title a,.home_content .floore .right>.title a{
    color: #1a56a8;
}
/* floore */


/* floorf */
.home_content .floorf {
    padding-bottom: 20px;

}

.home_content .floorf .swiper-bottom {
    width: 1200px;
    height: 90px;
    color: #fff;
    position: relative;
}


.home_content .floorf .swiper-bottom>img.prev {
    width: 20px;
    position: absolute;
    left: 0;
    top: 30px;
}

.home_content .floorf .swiper-bottom>img.next {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 30px;
}

/* floorf */


/* ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ */
.frdlink {
    font-size: 16px;
    background: #eff9fe;
    border-top: 1px solid #1a56a8;
    padding-bottom: 20px;
    position: relative;
}

.frdlink .warp {
    width: 1220px;
    margin: 0 auto;
    padding: 0 20px;

}

.frdlink .nav span {
    width: 126px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.frdlink .nav span i {
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 5px solid #1a56a8;
    position: relative;
    top: 12px;
    left: 6px;

}

.frdlink .nav span.cur {
    background: #fff;
}

.frdlink .list {
    background: #fff;
    width: 1180px;
    min-height: 144px;
    padding: 20px 20px 0 20px;
    display: none;
}

.frdlink .list:first-child {
    display: block;
}

.frdlink .list a {
    font-size: 16px;
    color: #333;
    margin-right: 50px;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 7em;;
}


/* ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ */


/* sidebar */

.site_main {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.sidebar_box{
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -56px;
    padding-left: 20px;
   z-index: 100;
}
.sidebar {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.4);
    -pie-background: rgba(0, 0, 0, 0.4);
    behavior: url(../images/PIE.htc);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}

.sidebar_box:hover {
    right: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


.sidebar .box {
    padding: 15px;
    cursor: pointer;
    position: relative;
}


.sidebar .box .pop {
    display: none;
}

.sidebar .box:hover>.pop {
    position: absolute;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    left: -150px;
    padding: 5px;
    display: inline-block;
    top: -30px;
    behavior: url(../images/PIE.htc);
    background-color: #fff;
}

.sidebar .box .pop span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 42%;
}

/* Ã©Â¦â€“Ã©Â¡ÂµÃ¦ËœÂ¾Ã§Â¤ÂºÃ¤Â¸Å Ã¦ÂµÂ·Ã§Â²Â¾Ã§Â¥Å¾ */
.header{
    height: 160px;
}
.header .right .jings{
    display: block;
}
.header .right .tools .share_QRcode_s {
    position: absolute;
    right: 80px;
    top: 100%;
    /* right: 0px; */
    background-color: #ffffff;
    display: none;
}
/* sidebar */


@media (min-width: 0) and (max-width:768px) {
    .mgnbottom {
        margin-bottom: 15px
    }

    .msite_main {
        min-height: 600px;
        padding: 0 12px;
        box-sizing: border-box;
        width: 100%;
    }

    .msite_main .floora {
        width: 100%;
        height: 44px;
        background: #f7f7f7;
        border-radius: 2px;
        line-height: 44px;


    }

    .msite_main .floora .warp {
        width: 90%;
        margin: 0 auto;
        text-align: center
    }
    .msite_main .floora .warp a{
        /* display: block; */
    }
    .msite_main .floora .name {
        font-size: 14px;
        color: #0055ae;
        font-weight: bold;
    }

    .msite_main .floora .desc {
        font-size: 14px;
        color: #666666;
        margin: 0px 5px;
    }
    .msite_main .floora .desc br,.msite_main .floora .desc i{
        display:none;
    }

    .msite_main .floora img {
        width: 6px;
    }

    .msite_main .floorb {
        width: 100%;
        font-size: 0;
    }

    .msite_main .floorb img {
        width: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15.5%;
    }
    .msite_main .floorb span{
        font-size: 14px;
        color: #1A56A8;
        display: inline-block;
        vertical-align: middle;
        line-height: 54px;
        margin-left: 7.75%;
    }
    .msite_main .floorb .tools {
        background: #e9f6fd
    }

    .msite_main .floorb .tools a {
        width: 33%;
        display: inline-block;
        vertical-align: bottom;
        height: 54px;
    }

    .msite_main .floorb .tools a:first-child {
        border-right: 1px solid #c6e5f6;
        border-bottom: 1px solid #c6e5f6;
    }

    .msite_main .floorb .tools a:first-child+a {
        border-right: 1px solid #c6e5f6;
        border-bottom: 1px solid #c6e5f6;
    }

    .msite_main .floorb .tools a:first-child+a+a {
        border-bottom: 1px solid #c6e5f6;
    }

    .msite_main .floorb .tools a:first-child+a+a+a {
        border-right: 1px solid #c6e5f6;
    }

    .msite_main .floorb .tools a:first-child+a+a+a+a {
        border-right: 1px solid #c6e5f6;
    }

    .msite_main .floorc {
        width: 100%;
        max-width: 767px;
        ;
    }


    .mbanner li img {
        width: 100%;
    }

    .mbanner .showbox {
        width: 100%
    }

    .mbanner ul li {
        position: relative;
    }

    .mbanner ul li p {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        color: #fff;
        font-size: 14px;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        -pie-background:rgba(0,0,0,0.3);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;

    }

    .mbanner ul li p span {
        width: 90%;
        line-height: 40px;
        margin-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    .msite_main .list {
        width: 100%;
    }

    .msite_main .list .title {
        height: 40px;
        font-size: 16px;
        color: #333;
        border-bottom: none;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        display: inline-block;
        color: #1a56a8;
        border-bottom: 2px solid #1a56a8;
        font-weight: bold;

    }
    .msite_main .list .title a{
        color: #1a56a8;
    }

    .msite_main .list .content {
        border-top: 1px solid #ccc;
    }

    .msite_main .list .content i {
        color: #1a56a8;
        font-size: 16px;
        line-height: 28px;
        padding-right: 5px;
        font-weight: bold;
        vertical-align: top;
    }

    .msite_main .list .content li {
        margin: 10px 0;
    }

    .msite_main .list .content a {
        font-size: 14px;
        line-height: 28px;
        color: #333333;
        display: inline-block;
        /* width: 85%; */
        width: 95%;
        cursor: pointer;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
        overflow: hidden;
    }

    .msite_main .list .content .date {
        color: #999;
        font-size: 14px;
        float: right;
        position: relative;
        top: 3px;
    }

    .msite_main .list .content a:hover {
        color: #1a56a8
    }

    .msite_main .floord {
        border: solid 1px #cccccc;
        border-radius: 4px;
        padding: 5px 0;
        
    }

    .msite_main .floord .box {
        text-align: center;
        display: block;
        padding: 10px 0
    }

    .msite_main .floord img {
        max-width: 34px;
        max-height: 34px;
        width: 100%;
        text-align: center;
    }

    .msite_main .floord span {
        margin-top: 5px;
        font-size: 14px;
        color: #333;
        display: block;
    }


    .msite_main .floore .box {
        background: #1a56a8;
        height: 44px;
        display: block;
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        line-height: 44px;
        text-align: center;
        margin: 5px 0;
        width: 91%;
    
    }

    .msite_main .floore .o_u:first-child .box {
        width: 95.5%
    }

    .msite_main .floore .box span {
        display: inline-block;
    }


    .msite_main .floore span img {
        width: 17px;
        margin-right: 5px;
    }

    .o_Dropdown {
        background-color: #f1f1f1;
        border-radius: 2px;
        border: solid 1px #c2c2c2;
        height: 30px;
        width: 95% !important;

    }

    .o_DropdownBody {
        width: 100%;
    }

    .o_Dropdown .i_down {
        width: 10px;
        height: 10px;
        background: url('./home_m_arrow.png') no-repeat;
        background-size: 100%;
        top: 58%;

    }

    .o_Dropdown .i_down:before {
        content: ""
    }

    .o_Dropdown .name {
        height: 30px;
        line-height: 30px !important;
        font-size: 14px;
    }
}